by cIntX (2 Submissions)
Category: Internet/HTML
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(2 Votes)

The point is easy. You are very limited by the WebBrowser Control alone, what if you want to like filter out some HTML Code which you can only do when its received by the WebBrowser? - Maybe too late action because the WebBrowser executes/process the Data on-fly as usual. xTunel is not using the WebBrowser to receive/send data, its blocking the existing request from the WebBrowser Control and transfer the request to the Socket to let the Socket takeover all action, after all Data is received you can filter/trim/clean the data or whatever u want to do with it, after the Data is fully received it will be displayed like standart in the WebBrowser control. Its only PoC - Proof of Concept but i believe you gonna see very soon how good something like this is!
Download PoC [Proof-of-Concept xTunel HTTP Data over Socket by WebBrowser (5 KB)
No comments have been posted about PoC [Proof-of-Concept xTunel HTTP Data over Socket by WebBrowser. Why not be the first to post a comment about PoC [Proof-of-Concept xTunel HTTP Data over Socket by WebBrowser.